home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global Section, ScientistNumber, ButtonsActive
- BSetup(8, 10)
- BSetup(13, 13)
- BSetup(37, 37)
- BSetup(4, 4)
- set Section to the frame
- set ScientistNumber to the frame - 60
- if ButtonsActive = 1 then
- if the keyDownScript <> "DBKeyCheck" then
- set the keyDownScript to "ScientistChangeKey"
- end if
- end if
- end
-
- on exitFrame
- cursor(-1)
- go(the frame)
- end
-
- on idle
- global ButtonsActive
- if ButtonsActive = 1 then
- CheckHilite(8, 10)
- CheckHilite(13, 13)
- CheckHilite(20, 23)
- CheckHilite(4, 4)
- end if
- pass()
- end
-